Skip to Content
G360AccountsDelegate Account

Delegate Account

POST/api/v1/groups/delegate/externalAccounts

Allows a customer to delegate access to their company by uploading a Letter of Authorization (LOA) file.

Auth Scope
urn:grt:accounts
Content-Type
multipart/form-data
Rate Limit
60 req/min

Headers

HeaderValue
AuthorizationBearer access-token
Content-Typemultipart/form-data

Request Body Parameters (form-data)

ParameterTypeRequiredDescription
delegator_macnumstringYesThe macnum of company which delegates its rights
filefileNoThe Letter of Authorization (LOA) file to be uploaded

File Validation

  • The filename cannot be empty
  • The file extension should be .pdf
  • The file size must not exceed 25 MB content length

Code Examples

Errors

HTTP StatusError DescriptionResolution
400Bad RequestReview the error response body for specific validation errors. Common issues: missing delegator_macnum, invalid file format (must be PDF), or file size exceeds 25MB.
401Authentication FailedVerify your access token is valid and included in the Authorization header with the "Bearer " prefix.
403Permission DeniedYour access token does not have the required scope (urn:grt:accounts). Contact your administrator to request the appropriate permissions.
Last updated on