Create New Auth Module
Request
POST <REST API URL>/authmodules?fields=string
Parameter | Description |
---|---|
fields | Optional query parameter. Specifies a subset of the fields to be returned. Use Fields Syntax to define subset. |
Request Body
authmodule
extended by coreauthmodule, githubauthmodule, googleauthmodule, jbaauthmodule, jiraauthmodule, ldapauthmodule, oauth2authmodule, openidauthmodule, externalauthmodule, externalpasswordauthmodule, externaloauth2module
{
"id": string,
"aliasIds": [string, ...],
"aliases": [alias, ...],
"url": string,
"name": string,
"ordinal": int,
"accountsSize": int,
"disabled": boolean,
"autoJoinGroups": [userGroup, ...]
}
Response
Response body
authmodule
extended by coreauthmodule, githubauthmodule, googleauthmodule, jbaauthmodule, jiraauthmodule, ldapauthmodule, oauth2authmodule, openidauthmodule, externalauthmodule, externalpasswordauthmodule, externaloauth2module
{
"id": string,
"aliasIds": [string, ...],
"aliases": [alias, ...],
"url": string,
"name": string,
"ordinal": int,
"accountsSize": int,
"disabled": boolean,
"autoJoinGroups": [userGroup, ...]
}
Last modified: 6 April 2017