fastly · Capability
Fastly Account API
The Fastly Account API provides endpoints for managing customer accounts, users, and identity and access management (IAM) resources. Developers can programmatically manage user invitations, roles, permissions, and service groups to control access to Fastly resources. The API supports retrieving and updating customer information, managing user profiles, and configuring organizational settings for enterprise accounts.
What You Can Do
GET
Getcurrentcustomer
— Get the current customer
/current_customer
GET
Getcustomer
— Get a customer
/customer/{customer_id}
PUT
Updatecustomer
— Update a customer
/customer/{customer_id}
GET
Getcurrentuser
— Get the current user
/current_user
GET
Getuser
— Get a user
/user/{user_id}
PUT
Updateuser
— Update a user
/user/{user_id}
DELETE
Deleteuser
— Delete a user
/user/{user_id}
GET
Listcustomerusers
— List users for a customer
/customer/{customer_id}/users
POST
Createinvitation
— Create a user invitation
/invitations
GET
Listroles
— List IAM roles
/roles
GET
Getrole
— Get an IAM role
/roles/{role_id}
GET
Listservicegroups
— List IAM service groups
/service-groups
POST
Createservicegroup
— Create an IAM service group
/service-groups
GET
Listusergroups
— List IAM user groups
/user-groups
POST
Createusergroup
— Create an IAM user group
/user-groups
MCP Tools
getcurrentcustomer
Get the current customer
read-only
idempotent
getcustomer
Get a customer
read-only
idempotent
updatecustomer
Update a customer
idempotent
getcurrentuser
Get the current user
read-only
idempotent
getuser
Get a user
read-only
idempotent
updateuser
Update a user
idempotent
deleteuser
Delete a user
idempotent
listcustomerusers
List users for a customer
read-only
idempotent
createinvitation
Create a user invitation
listroles
List IAM roles
read-only
idempotent
getrole
Get an IAM role
read-only
idempotent
listservicegroups
List IAM service groups
read-only
idempotent
createservicegroup
Create an IAM service group
listusergroups
List IAM user groups
read-only
idempotent
createusergroup
Create an IAM user group