Users
Getting User details
Typically, you supply the integer ID to get information about the user associated with that id.
It is also possible to supply the text current instead of an integer ID; please see the following endpoint for documentation about this.
get/v1/users/{actorId}
Path parameters
actorIdstring required
Typically the integer ID of the User. For getting user details, you can also supply the text current, which will tell you about the currently authenticated user.
Response
OK