Please enable JavaScript to view this site.

 

Navigation: Zetadocs Expenses System Settings Help > Users > Create users automatically

SCIM Reference

Scroll Prev Top Next More

SCIM Reference

This section contains detailed information on the five SCIM schema attributes that are required when automatically provisioning new Zetadocs Expenses user accounts.

Zetadocs Expenses automatic user provisioning is designed to follow SCIM 2.0 with the Post, Get, Update and Delete functions.

 

Attribute Name

Description

Required

Data Type

Notes

userName

This is the user account name of the Zetadocs Expenses user

Yes

Char(255)

Must be in a valid email address format (with a domain that is allowed by the Zetadocs Expenses account)

 

name.GivenName

This is the first name of the user

Yes

Char(100)

 

 

name.familyName

This is the last name of the user

Yes

Char(100)

 

 

emails[type eq "work"].value

This is the email address of the user

Yes

Char(255)

Must have a valid email address format

 

active

This attribute defines whether a user is active or not

Yes

Boolean