Access requests

AccessRequest

PropertyTypeDescription
gidstringGlobally unique identifier of the resource, as a string.
resource_typestringThe base type of this resource.
messagestringThe message included in the access request, if any.
approval_statusstringThe current approval status of the request.
Click to show all enum values
  • approved
  • denied
  • pending
requesterobjectA user object represents an account in Asana that can be given access to various workspaces, projects, and tasks.
requester.gidstringGlobally unique identifier of the resource, as a string.
requester.resource_typestringThe base type of this resource.
requester.namestringRead-only except when same user as requester. The user's name.
targetobjectA target id object represents the target resource that the requester wants access to.
target.gidstringGlobally unique identifier of the resource, as a string.
target.resource_typestringThe base type of this resource.

Example JSON for AccessRequest:

{
  "gid": "12345",
  "resource_type": "access_request",
  "message": "Please grant me access to this resource.",
  "approval_status": "pending",
  "requester": {
    "gid": "12345",
    "resource_type": "user",
    "name": "Greg Sanchez"
  },
  "target": {
    "gid": "12345",
    "resource_type": "project"
  }
}
Asana Home
Asana helps you manage projects, focus on what's important, and organize work in one place for seamless collaboration.
© 2023 Asana, Inc.