Account Admins

get
Authorizations
AuthorizationstringRequired

API Token based authentication. Use format: Token token="your-api-key"

Query parameters
pageintegerOptional

Page number for pagination (defaults to 0)

sortstringOptional

Sort field (only 'name')

searchstringOptional

Search query to filter account admins

per_pagestringOptional

Number of results per page

sizestringOptional

Alternative to per_page parameter

Responses
get
/api/v1/account_admins
200

Listing account admins

post
Authorizations
AuthorizationstringRequired

API Token based authentication. Use format: Token token="your-api-key"

Body
canvas_user_idstringRequired

Canvas user ID

user_namestringRequired

Full name of the user

email_addressstringRequired

Email address of the user

account_idsstringRequired

Array of account IDs to associate with the user

Responses
post
/api/v1/account_admins
201

Creating an account admin association

delete
Authorizations
AuthorizationstringRequired

API Token based authentication. Use format: Token token="your-api-key"

Path parameters
idstringRequired
account_idintegerRequired
Responses
204

Deleting a specific account admin association

*/*
Responseobject
delete
/api/v1/account_admins/{id}/accounts/{account_id}
204

Deleting a specific account admin association

delete
Authorizations
AuthorizationstringRequired

API Token based authentication. Use format: Token token="your-api-key"

Path parameters
idstringRequired
Responses
204

Deleting all account admin associations

*/*
Responseobject
delete
/api/v1/account_admins/{id}
204

Deleting all account admin associations

Last updated

Was this helpful?