passwordSetDate
This endpoint should only be used by administrators and will only impact Security Managers in the Full Access Group.
/organization/{orgID}/securityManager
/organization/{orgUUID}/securityManager
Methods
Retrieves all Security Managers in an Organization.
Fields Parameter
Request Parameters
None
Example Response
Adds a Security Manager.
Request Parameters
Example Response
/organization/{orgID}/securityManager/{id}
/organization/{orgUUID}/securityManager/{uuid}
Methods
Gets a specific Security Manager.
Fields Parameter
Request User Parameters
None
Example Response
Edits the Security Manager associated with {id} or {uuid}.
If editing a linked user (a user whose authType = "linked" or authType = "linked_non_admin"), you cannot modify roleID, groupID, authType , parent, password, or mustChangePassword, passwordExpires, passwordExpirationOverride.
Request Parameters
(All fields are optional)
See /organization/{orgID}/securityManager::POST and /organization/{orgUUID}/securityManager::POST for parameters.
Example Response
See /organization/{orgID}/securityManager/{id}::GET and /organization/orgUUID/securityManager/{uuid}::GET.Deletes the Security Manager associated with {id} or {uuid}.
The objects owned by the user being deleted can be migrated to another user in the same organization by passing in the optional migrateUserID (or migrateUserUUID) parameter.
Request Parameters
Example Response