GetUser - GET
|
Path |
/api/users/{userId} |
|---|---|
|
Http Method |
GET |
Overview
NO LICENSE
Get user info.
Required permissions
-
Global administration privileges. ADMIN
OR
-
Be the user themselves.
Request
Path parameters
|
Parameter |
Type |
Required |
Description |
Example |
|---|---|---|---|---|
|
userId |
string |
Yes |
The Id of the user, generated on creation, or the string |
099ec495a1b548efa43b15da09262c20 |
Response
The response is equivalent to user creation: Metavault API - Create user