ScopedUserRoles
List the name and ID of all of the scoped user roles in the supplied Octopus Deploy Space. The results will be sorted by name.
get/scopeduserroles
Query parameters
idsstring[]
skipinteger
Number of items to skip. Defaults to zero
takeinteger
Number of items to take. Defaults to 30
Response
The requested list of Scoped User Roles
Example response
{
"Items": [
{
"EnvironmentIds": [
"Environments-1",
"..."
],
"ProjectIds": [
"Projects-1",
"..."
],
"SpaceId": "Spaces-1",
"TenantIds": [
"Tenants-1",
"..."
]
}
]
}Changes
No recorded changes to this endpoint across all 7 revisions of this API.