Get User In Any Organization 1
Use this API instead:
- /scim/v2/Users
Currently one user can belong to exactly one organization.
Access Policy
Role | Access |
---|---|
Platform operator | ✔️ |
Organization Owner | ❌ |
Organization Member | ❌ |
Service Account (Whitelisted Client) | ✔️ |
Request
URI
GET
https://vra-interop-222-139.lvn.broadcom.net/csp/gateway/am/api/users/{acct}
COPY
Path Parameters
string
acct
Required
acct
Query Parameters
string
expandProfile
Optional
expandProfile
Responses
200
OK
Returns
User
of type(s)
*/*
{
"id": "string",
"firstName": "string",
"lastName": "string",
"username": "string",
"acct": "string",
"password": "string",
"email": "string",
"refLink": "string",
"groups": [
"string"
],
"userProfile": {
"defaultOrgId": "string",
"isFederated": false,
"linkedUserIdAccount": "string",
"customerNumber": "string",
"locale": "string",
"language": "string"
},
"managerId": "string"
}
string
id
Optional
id
string
firstName
Optional
firstName
string
lastName
Optional
lastName
string
username
Optional
username
string
acct
Optional
acct
string
password
Optional
password
string
email
Optional
string
refLink
Optional
refLink
array of
string
groups
Optional
groups
object
userProfile
Optional
userProfile
string
managerId
Optional
CSP user response doesn't contain managerId property.
401
The user is not authorized to use the API.
Returns
User
of type(s)
*/*
"User Object"
string
id
Optional
id
string
firstName
Optional
firstName
string
lastName
Optional
lastName
string
username
Optional
username
string
acct
Optional
acct
string
password
Optional
password
string
email
Optional
string
refLink
Optional
refLink
array of
string
groups
Optional
groups
object
userProfile
Optional
userProfile
string
managerId
Optional
CSP user response doesn't contain managerId property.
404
The user is not found.
Returns
User
of type(s)
*/*
"User Object"
string
id
Optional
id
string
firstName
Optional
firstName
string
lastName
Optional
lastName
string
username
Optional
username
string
acct
Optional
acct
string
password
Optional
password
string
email
Optional
string
refLink
Optional
refLink
array of
string
groups
Optional
groups
object
userProfile
Optional
userProfile
string
managerId
Optional
CSP user response doesn't contain managerId property.
Code Samples
COPY
curl -H 'Authorization: <value>' https://{api_host}/csp/gateway/am/api/users/{acct}
Deprecated
On This Page
User Controller Operations
GET
Get User Service Roles In Organization 1
Deprecated
PATCH
Patch User Service Roles In Organization
Deprecated
GET
Get User Roles In Organization 1
Deprecated
PATCH
Patch User Roles In Organization
Deprecated
GET
Get User Roles On Org With Group Info
Deprecated
GET
Get User In Any Organization 1
Deprecated
GET
Get User Info In Organization 1
Deprecated