Get User Info In Organization

Get User Info In Organization

For vRA 8.x releases, one user can belong to exactly one organization.

Request
URI
GET
https://sc2-10-185-6-200.eng.vmware.com//csp/gateway/am/api/users/{userId}/orgs/{orgId}/info
COPY
Path Parameters
string
userId
Required

userId

string
orgId
Required

orgId


Responses
200

default response

Returns UserInfo of type(s) */*
{
    "user": {
        "id": "string",
        "firstName": "string",
        "lastName": "string",
        "username": "string",
        "password": "string",
        "email": "string",
        "refLink": "string",
        "groups": [
            "string"
        ]
    },
    "userOrgInfo": [
        {
            "displayName": "string",
            "name": "string",
            "orgRoles": [
                {
                    "id": "string",
                    "createdMillis": 0,
                    "updatedMillis": 0,
                    "name": "string",
                    "displayName": "string",
                    "orgId": "string",
                    "organizationLink": "string",
                    "refLink": "string",
                    "userIds": [
                        "string"
                    ],
                    "groupIds": [
                        "string"
                    ]
                }
            ],
            "servicesDef": [
                {
                    "refLink": "string",
                    "serviceDisplayName": "string",
                    "serviceName": "string",
                    "serviceRoles": [
                        "string"
                    ]
                }
            ]
        }
    ]
}
user
Optional

user

userOrgInfo
Optional

userOrgInfo