Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

This document lists the supported SCIM attributes that are required and/or supported by Voice Portal when configuring the automatic provisioning in Azure AD.

...

Required / optional

Voice Portal

SCIM attribute

Azure AD attribute suggestion

Format

Description

required

Username

userName

userPrincipalName

Email address

Account UPN must be in email format.

required

Is active

active

Switch([IsSoftDeleted], , "False", "True", "True", "False")

“True” / “False”

Indicates if account is active or soft-deleted in AD.

Soft-deletion is indicative in Voice Portal.

required

Azure user ID

externalId

objectId

object ID

The user object ID in Azure AD.

required

First name

name.givenName

givenName

text

First name of the user.

required

Last name

name.familyName

lastName

text

Last name of the user.

optional

*

name.formatted

Join(" ", [givenName], [surname])

text

Formatted user name.

optional

Contract name

*

*

text

Contract name in Voice Portal. If not present, the customer default is used.

optional

Billing contract name

*

*

text

Billing contract name in Voice Portal. If not present, the customer default is used.

optional

Country code

*

*

Two-letter country code, e.g. “FI”

User country as a two-letter country code (ISO 3166-1). If not present, the customer default is used.

optional

Region

*

*

Time zone, e.g. “Europe/Helsinki”

Value is case sensitive.

User region as time zone, for example “Europe/Helsinki”. List of tz database time zones - Wikipedia. If not present, the customer default is used.

optional

Langugage

preferredLanguage

*

Locale, e.g. “fi-FI”

User language as locale, for example “fi-FI”. Currently, the supported languages are:

da-DK - Danish
de-DE - German
en-GB - English
en-US - English (US)
fi-FI - Finnish
nl-NL - Dutch
pl-PL - Polish
sv-SE - Swedish

optional

Cost center

urn:ietf:params:scim:schemas:extension:enterprise:2.0:User:costCenter

*

text

Cost center for a user. If cost center does not exist, it will be dynamically created upon user create. If not present, the customer default is used.

optional

Emergency area code

*

*

number

Applies to Finland only. Technical area code for emergency calls from this user in Finland. List of valid area codes are presented in https://benemen.atlassian.net/wiki/spaces/PORTAL/pages/edit-v2/2379579438#Emergency-are-codes-in-Finland in the separate table in this document.

optional

Description

*

*

text

Directory information.

optional

Title

jobTitle

*

text

Directory information.

optional

Company

urn:ietf:params:scim:schemas:extension:enterprise:2.0:User:organization

*

text

Directory information.

optional

Subcompany

urn:ietf:params:scim:schemas:extension:enterprise:2.0:User:division

*

text

Directory information.

optional

Location

addresses[type eq "work"].locality

city

text

Directory information.

optional

Department

urn:ietf:params:scim:schemas:extension:enterprise:2.0:User:department

department

text

Directory information.

optional

Group

*

*

text

Directory information.

optional

Team

*

*

text

Directory information.

optional

Superior

urn:ietf:params:scim:schemas:extension:enterprise:2.0:User:manager

manager

GUID / text

Directory information. If AD attribute “manager“ is used, the value is mapped automatically to user name.

optional

Substitute

*

*

text

Directory information.

optional

Street address

addresses[type eq "work"].streetAddress

streetAddress

text

Directory information.

optional

Postal code

addresses[type eq "work"].postalCode

postalCode

text

Directory information.

optional

City

addresses[type eq "work"].locality

city

text

Directory information.

optional

Country

addresses[type eq "work"].country

country

text

Directory information.

optional

*

addresses[type eq "work"].formatted

physicalDeliveryOfficeName

optional

Work number

phoneNumbers[type eq \"work\"].value

telephoneNumber

text

Directory information.

optional

Mobile number

phoneNumbers[type eq \"mobile\"].value

mobile

text

Directory information.

...