Method
setUserRoleToPlatform PATCH
Copy PATCH

Set the user's role to have the Abacus.AI platform access.

Arguments:

REQUIRED KEY TYPE DESCRIPTION
Yes workspace str The workspace for the user that's getting platform access.
Yes email str The email for the user that's getting platform access.
Note: The arguments for the API methods follow camelCase but for Python SDK underscore_case is followed.

Response:

KEY TYPE DESCRIPTION
success Boolean true if the call succeeded, false if there was an error
Language: