Gremlin · Capability
Gremlin API — users
Gremlin API — users. 13 operations. Lead operation: Get all users.. Self-contained Naftiko capability covering one Gremlin business surface.
What You Can Do
GET
All4
— Get all users.
/v1/users
POST
Addusertoteam
— Add an existing user to the target team
/v1/users
GET
Active4
— Get all active users.
/v1/users/active
GET
Activepaginated
— Get all active users paginated.
/v1/users/active/paged
POST
Invite1
— Invite a user.
/v1/users/invite
DELETE
Revokeinvite
— Revoke a pending user invite.
/v1/users/invite/{email}
GET
Allpaginated
— Get all users paginated.
/v1/users/paged
POST
Rbacauthrenew
— Renew authorization.
/v1/users/renew/rbac
GET
Getself
— Get information about the authenticated user
/v1/users/self
PATCH
Rbacupdateself
— Update an existing users info.
/v1/users/self
GET
Refreshsessions
— Returns the updated user sessions list for the currently authenticated user.
/v1/users/sessions
PUT
Update2
— Update an existing user.
/v1/users/{email}
DELETE
Revokeorremovefromteam
— Deactivate a user.
/v1/users/{email}
MCP Tools
get-all-users
Get all users.
read-only
idempotent
add-existing-user-target-team
Add an existing user to the target team
read-only
get-all-active-users
Get all active users.
read-only
idempotent
get-all-active-users-paginated
Get all active users paginated.
read-only
idempotent
invite-user
Invite a user.
revoke-pending-user-invite
Revoke a pending user invite.
idempotent
get-all-users-paginated
Get all users paginated.
read-only
idempotent
renew-authorization
Renew authorization.
get-information-about-authenticated-user
Get information about the authenticated user
read-only
idempotent
update-existing-users-info
Update an existing users info.
idempotent
returns-updated-user-sessions-list
Returns the updated user sessions list for the currently authenticated user.
read-only
idempotent
update-existing-user
Update an existing user.
idempotent
deactivate-user
Deactivate a user.
idempotent