Add User Grant
Deprecated: Add an authorization to grant a user access to an owned or granted project.
Add a user grant for a specific user. User grants are the roles users have for a specific project and organization.
Note: User grant refers to role assignments.
Path Parameters
user_id*string
Request Body
application/json
projectId*string
projectGrantId?string
roleKeys?array<>
[key: string]?never
Response Body
application/json
curl -X POST "https://loading/users/string/grants" \ -H "Content-Type: application/json" \ -d '{ "projectId": "string" }'{
"userGrantId": "string",
"details": {
"sequence": 0,
"creationDate": "2023-01-15T01:30:15.01Z",
"changeDate": "2023-01-15T01:30:15.01Z",
"resourceOwner": "string"
}
}Was this page helpful?
Add Project Role
Add Project Role: Deprecated: use [project v2 service AddProjectRole](/reference/api/project/zitadel.project.v2.ProjectService.AddProjectRole) instead. Add a new project role to a project. The key must be unique wit...
AddAppleProvider
AddAppleProvider: Add a new Apple identity provider in the organization