Get User by IDCopy Pageget https://example.com/ums/v2/users/{id}Path ParamsiduuidrequiredResponses 200The below table describes the response parameters: ParameterTypeDescriptionExampleusernamestringuser's username. If the credential type is OTP, should be a valid phone (An E.164 formatted phone number e.g +12345678901)idstringownerOrganizationIdstringgroupsarraygroups[index]arraygroups[index].idstringgroups[index].namestringlockedbooleanactivebooleanmfaobjectmfa.enabledbooleanmfa.phonestringAn E.164 formatted phone number+12345678901mfa.expirationInMinutesintegerloginTimestampstringcredentialTypestringValues:PASSWORD,OTPuserIdPsarray 400Bad Request 401Code : TOKEN_NOT_VALID, Details: [] 403Code : ACCESS_DENIED, Details: [] 404Code : USER_NOT_FOUND, Details: [id] 500Code : INTERNAL_SERVER_ERROR, Details: [] 504Code : GATEWAY_TIMEOUT, Details: []Updated 5 months ago