getList

Description

Returns the list of users of an organization.
The current user must have administrator rights.

URL

https://api.skriv.com/v1/user/getList

GET parameters

FieldTypeDescription
orgIdintOrganization ID

Response

List of users (see below).

User

FieldTypeDescription
idintUser ID
dateCreationdatetimeCreation date
emailstringEmail address
namestringUser name
langenumUser language: 'en' or 'fr'
isValidbooltrue if the account was validated (the user connected), false otherwise
isActivebooltrue if the account was activated (the user entered her name), false otherwise
dateInvitationdatetimeDate of invitation, or null if the current user is the organization's creator
dateInvitationAccepteddatetimeDate of when the invitation was accepted
dateLastAccessdatetimeDate of the last access of the user on this organization
isAdminbooltrue is the current user has administrator rights on this organization, false otherwise
roleslistList of roles (see below)

Role

FieldTypeDescription
idintRole ID
namestringRole name