Pass in org id in path variable and receive a list of allowed org paths
OK
Bad Gateway. The server acting as a gateway or intermediary is having problems communicating with another server to complete the user's request.
curl -i -X GET \ 'http://localhost:8092/org-service/v1/org/{orgId}/users/hierarchy-up' \ -H 'x-auth-token: YOUR_API_KEY_HERE'
[- {
- "userKey": {
- "username": "string",
- "authenticator": "INTERNAL"
}, - "password": "string",
- "orgId": "string",
- "email": "string",
- "enabled": true,
- "locked": true,
- "expired": true,
- "credentialsExpired": true,
- "usingMfa": true,
- "mfaSecret": "string",
- "sharedSecret": "string",
- "notes": "string",
- "createdInstant": "2019-08-24T14:15:22Z",
- "lastUpdated": "2019-08-24T14:15:22Z",
- "lastName": "string",
- "firstName": "string",
- "primaryPhone": "string",
- "lastSuccessfulAuthAttempt": "2019-08-24T14:15:22Z",
- "lastFailedAuthAttempt": "2019-08-24T14:15:22Z",
- "roles": [
- {
- "name": "string",
- "description": "string",
- "privileges": [
- {
- "name": "string",
- "description": "string"
}
]
}
], - "privileges": [
- {
- "name": "string",
- "description": "string"
}
], - "allRoles": [
- {
- "name": "string",
- "description": "string",
- "privileges": [
- {
- "name": "string",
- "description": "string"
}
]
}
], - "allPrivileges": [
- {
- "name": "string",
- "description": "string"
}
], - "id": "string"
}
]