Get a userget https://{hostname}/amfa/v1/users/{userId}Get details about a specific user account, including the userId, status, and username. It also lists the alias information and groups that the user belongs to.Path ParamsuserIdstringrequiredA unique identifier for the user account.Query ParamscontractIdstringrequiredUnique identifier for the contract.accountSwitchKeystringFor customers who manage more than one account, this runs the operation from another account. The Identity and Access Management API provides a list of available account switch keys.HeadersacceptstringenumDefaults to application/jsonGenerated from available response content typesapplication/jsonapplication/problem+jsonAllowed:application/jsonapplication/problem+jsonResponses 200The response provides data for a single user. 401Unauthorized. 403Forbidden. 404Not found. 500Internal server error.Updated about 1 month ago