Skip to content

toScimUser

reference
1 min readUpdated

Kind: Function

Source: atloria-monorepo/apps/api/src/scim/scim.mapper.ts

Serialize an Atloria user as a SCIM User resource.

Signature

ts
function toScimUser(user: MappableUser, baseUrl: string): ScimUserResource

Parameters

NameType
userMappableUser
baseUrlstring

Returns: ScimUserResource

Was this page helpful?

Download as PDF