Skip to content

Latest commit

 

History

History
38 lines (27 loc) · 1.33 KB

File metadata and controls

38 lines (27 loc) · 1.33 KB
description
A user resource can be retrieved by it's GUID identifier

Get a user by id

A user resource can be retrieved by any valid UserIdentifier.

GET /api/management/security/users/{userIdentifier}

Parameters

Name Parameter type Type Description
userIdentifier path UserIdentifier One of the user identifiers

Example requests

GET: /api/management/security/users/82f73a9b-2a13-4d63-bcc1-e8ee5047b01c
GET: /api/management/security/users/tdurden
GET: /api/management/security/users/[email protected]

Response message

HTTP status code Reason Response model
200 Success User
403 Forbidden Error
404 NotFound Error
500 InternalServerError Error