Skip to main content

providers_scim_create

POST 

/api/v3//providers/scim/

SCIMProvider Viewset

Request

Bodyrequired

    namestringrequired

    Possible values: non-empty

    property_mappingsuuid[]
    property_mappings_groupuuid[]

    Property mappings used for group creation/updating.

    urlstringrequired

    Base URL to SCIM requests, usually ends in /v2

    Possible values: non-empty

    verify_certificatesboolean
    tokenstringrequired

    Authentication token

    Possible values: non-empty

    compatibility_modeSCIM Compatibility Mode (string)

    Alter authentik behavior for vendor-specific SCIM implementations.

    Possible values: [default, aws, slack]

    exclude_users_service_accountboolean
    filter_groupuuidnullable
    dry_runboolean

    When enabled, provider will not modify or create objects in the remote system.

Responses

Schema
    pkID (integer)required
    namestringrequired
    property_mappingsuuid[]
    property_mappings_groupuuid[]

    Property mappings used for group creation/updating.

    componentstringrequired

    Get object component so that we know how to edit the object

    assigned_backchannel_application_slugstringrequired

    Internal application name, used in URLs.

    assigned_backchannel_application_namestringrequired

    Application's display Name.

    verbose_namestringrequired

    Return object's verbose_name

    verbose_name_pluralstringrequired

    Return object's plural verbose_name

    meta_model_namestringrequired

    Return internal model name

    urlstringrequired

    Base URL to SCIM requests, usually ends in /v2

    verify_certificatesboolean
    tokenstringrequired

    Authentication token

    compatibility_modeSCIM Compatibility Mode (string)

    Alter authentik behavior for vendor-specific SCIM implementations.

    Possible values: [default, aws, slack]

    exclude_users_service_accountboolean
    filter_groupuuidnullable
    dry_runboolean

    When enabled, provider will not modify or create objects in the remote system.

Authorization: http

name: authentiktype: httpscheme: bearer

Request Collapse all
Base URL
/api/v3
Auth
Body required
{
  "name": "string",
  "property_mappings": [
    "3fa85f64-5717-4562-b3fc-2c963f66afa6"
  ],
  "property_mappings_group": [
    "3fa85f64-5717-4562-b3fc-2c963f66afa6"
  ],
  "url": "string",
  "verify_certificates": true,
  "token": "string",
  "compatibility_mode": "default",
  "exclude_users_service_account": true,
  "filter_group": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
  "dry_run": true
}