Skip to main content

Get User by Id

Select

SaaS

Get user details using metallic user id.

Path Variables

FieldDescriptionTypeNotes
userIdUser metallic idUUID

Response Body

FieldDescriptionTypeNotes
idUser metallic idUUID
statusUser statusString Enumeration - User Status EnumerationRefer to User Status Enumeration.
insertTsUser created timeTimestamp
updateTsUser last updated timeTimestamp
emailContact emailStringNeeds to be unique in metallic.
firstNameContact firstnameString
lastnameContact lastnameString
rolesList of user role IdsString ArraySee - Available Roles
managedAccountsList of user managed account metallic IdsUUID ArrayValue "*" means user will manage all existing and future accounts under this MSP Partner.
Path Parameters
  • userId string required
Responses

OK


Schema
    Loading...