Skip to content

Releases: goauthentik/client-go

v3.2023053.1

01 Jun 19:05
Compare
Choose a tag to compare
Update API Client

v3.2023052.1

28 May 11:34
Compare
Choose a tag to compare
Update API Client

v3.2023051.3: Update API Client

21 May 13:21
Compare
Choose a tag to compare

What's Changed


GET /core/tokens/{identifier}/
Return Type:

Changed response : 200 OK

  • Changed content type : application/json

    • Changed property user_obj (object)

      User Serializer

      New optional properties:

      • groups
PUT /core/tokens/{identifier}/
Return Type:

Changed response : 200 OK

  • Changed content type : application/json

    • Changed property user_obj (object)

      User Serializer

      New optional properties:

      • groups
PATCH /core/tokens/{identifier}/
Return Type:

Changed response : 200 OK

  • Changed content type : application/json

    • Changed property user_obj (object)

      User Serializer

      New optional properties:

      • groups
GET /core/users/{id}/
Return Type:

Changed response : 200 OK

  • Changed content type : application/json

    New optional properties:

    • groups
PUT /core/users/{id}/
Request:

Changed content type : application/json

New optional properties:

  • groups
Return Type:

Changed response : 200 OK

  • Changed content type : application/json

    New optional properties:

    • groups
PATCH /core/users/{id}/
Return Type:

Changed response : 200 OK

  • Changed content type : application/json

    New optional properties:

    • groups
GET /policies/bindings/{policy_binding_uuid}/
Return Type:

Changed response : 200 OK

  • Changed content type : application/json

    • Changed property user_obj (object)

      User Serializer

      New optional properties:

      • groups
PUT /policies/bindings/{policy_binding_uuid}/
Return Type:

Changed response : 200 OK

  • Changed content type : application/json

    • Changed property user_obj (object)

      User Serializer

      New optional properties:

      • groups
PATCH /policies/bindings/{policy_binding_uuid}/
Return Type:

Changed response : 200 OK

  • Changed content type : application/json

    • Changed property user_obj (object)

      User Serializer

      New optional properties:

      • groups
POST /core/tokens/
Return Type:

Changed response : 201 Created

  • Changed content type : application/json

    • Changed property user_obj (object)

      User Serializer

      New optional properties:

      • groups
GET /core/tokens/
Return Type:

Changed response : 200 OK

  • Changed content type : application/json

    • Changed property results (array)

      Changed items (object):
      > Token Serializer

      • Changed property user_obj (object)

        User Serializer

        New optional properties:

        • groups
GET /core/user_consent/{id}/
Return Type:

Changed response : 200 OK

  • Changed content type : application/json

    • Changed property user (object)

      User Serializer

      New optional properties:

      • groups
POST /core/users/
Request:

Changed content type : application/json

New optional properties:

  • groups
Return Type:

Changed response : 201 Created

  • Changed content type : application/json

    New optional properties:

    • groups
GET /core/users/
Return Type:

Changed response : 200 OK

  • Changed content type : application/json

    • Changed property results (array)

      Changed items (object):
      > User Serializer

      New optional properties:

      • groups
GET /oauth2/access_tokens/{id}/
Return Type:

Changed response : 200 OK

  • Changed content type : application/json

    • Changed property user (object)

      User Serializer

      New optional properties:

      • groups
GET /oauth2/authorization_codes/{id}/
Return Type:

Changed response : 200 OK

  • Changed content type : application/json

    • Changed property user (object)

      User Serializer

      New optional properties:

      • groups
GET /oauth2/refresh_tokens/{id}/
Return Type:

Changed response : 200 OK

  • Changed content type : application/json

    • Changed property user (object)

      User Serializer

      New optional properties:

      • groups
POST /policies/bindings/
Return Type:

Changed response : 201 Created

  • Changed content type : application/json

    • Changed property user_obj (object)

      User Serializer

      New optional properties:

      • groups
GET /policies/bindings/
Return Type:

Changed response : 200 OK

  • Changed content type : application/json

    • Changed property results (array)

      Changed items (object):
      > PolicyBinding Serializer

      • Changed property user_obj (object)

        User Serializer

        New optional properties:

        • groups
GET /core/user_consent/
Return Type:

Changed response : 200 OK

  • Changed content type : application/json

    • Changed property results (array)

      Changed items (object):
      > UserConsent Serializer

      • Changed property user (object)

        User Serializer

        New optional properties:

        • groups
GET /oauth2/access_tokens/
Return Type:

Changed response : 200 OK

  • Changed content type : application/json

    • Changed property results (array)

      Changed items (object):
      > Serializer for BaseGrantModel and RefreshToken

      • Changed property user (object)

        User Serializer

        New optional properties:

        • groups
GET /oauth2/authorization_codes/
Return Type:

Changed response : 200 OK

  • Changed content type : application/json

    • Changed property results (array)

      Changed items (object):
      > Serializer for BaseGrantModel and ExpiringBaseGrant

      • Changed property user (object)

        User Serializer

        New optional properties:

        • groups
GET /oauth2/refresh_tokens/
Return Type:

Changed response : 200 OK

  • Changed content type : application/json

    • Changed property results (array)

      Changed items (object):
      > Serializer for BaseGrantModel and RefreshToken

      • Changed property user (object)

        User Serializer

        New optional properties:

        • groups

v3.2023051.2: Update API Client

21 May 12:52
Compare
Choose a tag to compare

What's Changed


GET /sources/saml/{slug}/
Return Type:

Changed response : 200 OK

  • Changed content type : application/json

    • Added property verification_kp (string)

      When selected, incoming assertion's Signatures will be validated against this certificate. To allow unsigned Requests, leave on default.

    • Changed property signing_kp (string)

      Keypair used to sign outgoing Responses going to the Identity Provider.

PUT /sources/saml/{slug}/
Request:

Changed content type : application/json

  • Added property verification_kp (string)

    When selected, incoming assertion's Signatures will be validated against this certificate. To allow unsigned Requests, leave on default.

  • Changed property signing_kp (string)

    Keypair used to sign outgoing Responses going to the Identity Provider.

Return Type:

Changed response : 200 OK

  • Changed content type : application/json

    • Added property verification_kp (string)

      When selected, incoming assertion's Signatures will be validated against this certificate. To allow unsigned Requests, leave on default.

    • Changed property signing_kp (string)

      Keypair used to sign outgoing Responses going to the Identity Provider.

PATCH /sources/saml/{slug}/
Request:

Changed content type : application/json

  • Added property verification_kp (string)

    When selected, incoming assertion's Signatures will be validated against this certificate. To allow unsigned Requests, leave on default.

  • Changed property signing_kp (string)

    Keypair used to sign outgoing Responses going to the Identity Provider.

Return Type:

Changed response : 200 OK

  • Changed content type : application/json

    • Added property verification_kp (string)

      When selected, incoming assertion's Signatures will be validated against this certificate. To allow unsigned Requests, leave on default.

    • Changed property signing_kp (string)

      Keypair used to sign outgoing Responses going to the Identity Provider.

POST /sources/saml/
Request:

Changed content type : application/json

  • Added property verification_kp (string)

    When selected, incoming assertion's Signatures will be validated against this certificate. To allow unsigned Requests, leave on default.

  • Changed property signing_kp (string)

    Keypair used to sign outgoing Responses going to the Identity Provider.

Return Type:

Changed response : 201 Created

  • Changed content type : application/json

    • Added property verification_kp (string)

      When selected, incoming assertion's Signatures will be validated against this certificate. To allow unsigned Requests, leave on default.

    • Changed property signing_kp (string)

      Keypair used to sign outgoing Responses going to the Identity Provider.

GET /sources/saml/
Parameters:

Added: verification_kp in query

Return Type:

Changed response : 200 OK

  • Changed content type : application/json

    • Changed property results (array)

      Changed items (object):
      > SAMLSource Serializer

      • Added property verification_kp (string)

        When selected, incoming assertion's Signatures will be validated against this certificate. To allow unsigned Requests, leave on default.

      • Changed property signing_kp (string)

        Keypair used to sign outgoing Responses going to the Identity Provider.

v3.2023051.1

18 May 20:49
Compare
Choose a tag to compare
Update API Client

v3.2023050.2: Update API Client

17 May 14:21
Compare
Choose a tag to compare

What's Changed


GET /providers/radius/{id}/
Return Type:

Changed response : 200 OK

  • Changed content type : application/json

    New required properties:

    • outpost_set
    • Added property outpost_set (array)

      Items (string):

PUT /providers/radius/{id}/
Return Type:

Changed response : 200 OK

  • Changed content type : application/json

    New required properties:

    • outpost_set
    • Added property outpost_set (array)
PATCH /providers/radius/{id}/
Return Type:

Changed response : 200 OK

  • Changed content type : application/json

    New required properties:

    • outpost_set
    • Added property outpost_set (array)
GET /providers/scim/{id}/
Return Type:

Changed response : 200 OK

  • Changed content type : application/json

    New required properties:

    • assigned_backchannel_application_name
    • assigned_backchannel_application_slug

    New optional properties:

    • assigned_application_name
    • assigned_application_slug
    • Added property assigned_backchannel_application_slug (string)

      Internal application name, used in URLs.

    • Added property assigned_backchannel_application_name (string)

      Application's display Name.

    • Deleted property assigned_application_slug (string)

      Internal application name, used in URLs.

    • Deleted property assigned_application_name (string)

      Application's display Name.

PUT /providers/scim/{id}/
Return Type:

Changed response : 200 OK

  • Changed content type : application/json

    New required properties:

    • assigned_backchannel_application_name
    • assigned_backchannel_application_slug

    New optional properties:

    • assigned_application_name
    • assigned_application_slug
    • Added property assigned_backchannel_application_slug (string)

      Internal application name, used in URLs.

    • Added property assigned_backchannel_application_name (string)

      Application's display Name.

    • Deleted property assigned_application_slug (string)

      Internal application name, used in URLs.

    • Deleted property assigned_application_name (string)

      Application's display Name.

PATCH /providers/scim/{id}/
Return Type:

Changed response : 200 OK

  • Changed content type : application/json

    New required properties:

    • assigned_backchannel_application_name
    • assigned_backchannel_application_slug

    New optional properties:

    • assigned_application_name
    • assigned_application_slug
    • Added property assigned_backchannel_application_slug (string)

      Internal application name, used in URLs.

    • Added property assigned_backchannel_application_name (string)

      Application's display Name.

    • Deleted property assigned_application_slug (string)

      Internal application name, used in URLs.

    • Deleted property assigned_application_name (string)

      Application's display Name.

POST /providers/radius/
Return Type:

Changed response : 201 Created

  • Changed content type : application/json

    New required properties:

    • outpost_set
    • Added property outpost_set (array)
GET /providers/radius/
Return Type:

Changed response : 200 OK

  • Changed content type : application/json

    • Changed property results (array)

      Changed items (object):
      > RadiusProvider Serializer

      New required properties:

      • outpost_set
      • Added property outpost_set (array)
POST /providers/scim/
Return Type:

Changed response : 201 Created

  • Changed content type : application/json

    New required properties:

    • assigned_backchannel_application_name
    • assigned_backchannel_application_slug

    New optional properties:

    • assigned_application_name
    • assigned_application_slug
    • Added property assigned_backchannel_application_slug (string)

      Internal application name, used in URLs.

    • Added property assigned_backchannel_application_name (string)

      Application's display Name.

    • Deleted property assigned_application_slug (string)

      Internal application name, used in URLs.

    • Deleted property assigned_application_name (string)

      Application's display Name.

GET /providers/scim/
Return Type:

Changed response : 200 OK

  • Changed content type : application/json

    • Changed property results (array)

      Changed items (object):
      > SCIMProvider Serializer

      New required properties:

      • assigned_backchannel_application_name
      • assigned_backchannel_application_slug

      New optional properties:

      • assigned_application_name
      • assigned_application_slug
      • Added property assigned_backchannel_application_slug (string)

        Internal application name, used in URLs.

      • Added property assigned_backchannel_application_name (string)

        Application's display Name.

      • Deleted property assigned_application_slug (string)

        Internal application name, used in URLs.

      • Deleted property assigned_application_name (string)

        Application's display Name.

v3.2023050.1

16 May 12:56
Compare
Choose a tag to compare
Update API Client

v3.2023041.12: Update API Client

10 May 16:09
Compare
Choose a tag to compare

What's Changed


GET /providers/oauth2/{id}/
Return Type:

Changed response : 200 OK

  • Changed content type : application/json

    • Changed property sub_mode (string)

      • hashed_user_id - Based on the Hashed User ID
      • user_id - Based on user ID
      • user_uuid - Based on user UUID
      • user_username - Based on the username
      • user_email - Based on the User's Email. This is recommended over the UPN method.
      • user_upn - Based on the User's UPN, only works if user has a 'upn' attribute set. Use this method only if you have different UPN and Mail domains.

      Added enum value:

      • user_uuid
PUT /providers/oauth2/{id}/
Request:

Changed content type : application/json

  • Changed property sub_mode (string)

    • hashed_user_id - Based on the Hashed User ID
    • user_id - Based on user ID
    • user_uuid - Based on user UUID
    • user_username - Based on the username
    • user_email - Based on the User's Email. This is recommended over the UPN method.
    • user_upn - Based on the User's UPN, only works if user has a 'upn' attribute set. Use this method only if you have different UPN and Mail domains.

    Added enum value:

    • user_uuid
Return Type:

Changed response : 200 OK

  • Changed content type : application/json

    • Changed property sub_mode (string)

      • hashed_user_id - Based on the Hashed User ID
      • user_id - Based on user ID
      • user_uuid - Based on user UUID
      • user_username - Based on the username
      • user_email - Based on the User's Email. This is recommended over the UPN method.
      • user_upn - Based on the User's UPN, only works if user has a 'upn' attribute set. Use this method only if you have different UPN and Mail domains.

      Added enum value:

      • user_uuid
PATCH /providers/oauth2/{id}/
Request:

Changed content type : application/json

  • Changed property sub_mode (string)

    • hashed_user_id - Based on the Hashed User ID
    • user_id - Based on user ID
    • user_uuid - Based on user UUID
    • user_username - Based on the username
    • user_email - Based on the User's Email. This is recommended over the UPN method.
    • user_upn - Based on the User's UPN, only works if user has a 'upn' attribute set. Use this method only if you have different UPN and Mail domains.

    Added enum value:

    • user_uuid
Return Type:

Changed response : 200 OK

  • Changed content type : application/json

    • Changed property sub_mode (string)

      • hashed_user_id - Based on the Hashed User ID
      • user_id - Based on user ID
      • user_uuid - Based on user UUID
      • user_username - Based on the username
      • user_email - Based on the User's Email. This is recommended over the UPN method.
      • user_upn - Based on the User's UPN, only works if user has a 'upn' attribute set. Use this method only if you have different UPN and Mail domains.

      Added enum value:

      • user_uuid
POST /providers/oauth2/
Request:

Changed content type : application/json

  • Changed property sub_mode (string)

    • hashed_user_id - Based on the Hashed User ID
    • user_id - Based on user ID
    • user_uuid - Based on user UUID
    • user_username - Based on the username
    • user_email - Based on the User's Email. This is recommended over the UPN method.
    • user_upn - Based on the User's UPN, only works if user has a 'upn' attribute set. Use this method only if you have different UPN and Mail domains.

    Added enum value:

    • user_uuid
Return Type:

Changed response : 201 Created

  • Changed content type : application/json

    • Changed property sub_mode (string)

      • hashed_user_id - Based on the Hashed User ID
      • user_id - Based on user ID
      • user_uuid - Based on user UUID
      • user_username - Based on the username
      • user_email - Based on the User's Email. This is recommended over the UPN method.
      • user_upn - Based on the User's UPN, only works if user has a 'upn' attribute set. Use this method only if you have different UPN and Mail domains.

      Added enum value:

      • user_uuid
GET /providers/oauth2/
Parameters:

Changed: sub_mode in query

Configure what data should be used as unique User Identifier. For most cases, the default should be fine.

  • hashed_user_id - Based on the Hashed User ID
  • user_id - Based on user ID
  • user_uuid - Based on user UUID
  • user_username - Based on the username
  • user_email - Based on the User's Email. This is recommended over the UPN method.
  • user_upn - Based on the User's UPN, only works if user has a 'upn' attribute set. Use this method only if you have different UPN and Mail domains.
Return Type:

Changed response : 200 OK

  • Changed content type : application/json

    • Changed property results (array)

      Changed items (object):
      > OAuth2Provider Serializer

      • Changed property sub_mode (string)

        • hashed_user_id - Based on the Hashed User ID
        • user_id - Based on user ID
        • user_uuid - Based on user UUID
        • user_username - Based on the username
        • user_email - Based on the User's Email. This is recommended over the UPN method.
        • user_upn - Based on the User's UPN, only works if user has a 'upn' attribute set. Use this method only if you have different UPN and Mail domains.

        Added enum value:

        • user_uuid
GET /oauth2/access_tokens/{id}/
Return Type:

Changed response : 200 OK

  • Changed content type : application/json

    • Changed property provider (object)

      OAuth2Provider Serializer

      • Changed property sub_mode (string)

        • hashed_user_id - Based on the Hashed User ID
        • user_id - Based on user ID
        • user_uuid - Based on user UUID
        • user_username - Based on the username
        • user_email - Based on the User's Email. This is recommended over the UPN method.
        • user_upn - Based on the User's UPN, only works if user has a 'upn' attribute set. Use this method only if you have different UPN and Mail domains.

        Added enum value:

        • user_uuid
GET /oauth2/authorization_codes/{id}/
Return Type:

Changed response : 200 OK

  • Changed content type : application/json

    • Changed property provider (object)

      OAuth2Provider Serializer

      • Changed property sub_mode (string)

        • hashed_user_id - Based on the Hashed User ID
        • user_id - Based on user ID
        • user_uuid - Based on user UUID
        • user_username - Based on the username
        • user_email - Based on the User's Email. This is recommended over the UPN method.
        • user_upn - Based on the User's UPN, only works if user has a 'upn' attribute set. Use this method only if you have different UPN and Mail domains.

        Added enum value:

        • user_uuid
GET /oauth2/refresh_tokens/{id}/
Return Type:

Changed response : 200 OK

  • Changed content type : application/json

    • Changed property provider (object)

      OAuth2Provider Serializer

      • Changed property sub_mode (string)

        • hashed_user_id - Based on the Hashed User ID
        • user_id - Based on user ID
        • user_uuid - Based on user UUID
        • user_username - Based on the username
        • user_email - Based on the User's Email. This is recommended over the UPN method.
        • user_upn - Based on the User's UPN, only works if user has a 'upn' attribute set. Use this method only if you have different UPN and Mail domains.

        Added enum value:

        • user_uuid
GET /oauth2/access_tokens/
Return Type:

Changed response : 200 OK

  • Changed content type : application/json

    • Changed property results (array)

      Changed items (object):
      > Serializer for BaseGrantModel and RefreshToken

      • Changed property provider (object)

        OAuth2Provider Serializer

        • Changed property sub_mode (string)

          • hashed_user_id - Based on the Hashed User ID
          • user_id - Based on user ID
          • user_uuid - Based on user UUID
          • user_username - Based on the username
          • user_email - Based on the User's Email. This is recommended over the UPN method.
          • user_upn - Based on the User's UPN, only works if user has a 'upn' attribute set. Use this method only if you have different UPN and Mail domains.

          Added enum value:

          • user_uuid
GET /oauth2/authorization_codes/
Return Type:

Changed response : 200 OK

  • Changed content type : application/json

    • Changed property results (array)

      Changed items (object):
      > Serializer for BaseGrantModel and ExpiringBaseGrant

      • Changed property provider (object)

        OAuth2Provider Serializer

        • Changed property sub_mode (string)
          • hashed_user_id - Based on the Hashed User ID
          • user_id - Based on user ID
          • user_uuid - Based on user UUID
          • user_username - Based on the username
          • user_email - Based on the User's Email. This is recommended ov...
Read more

v3.2023041.11: Update API Client

09 May 21:49
Compare
Choose a tag to compare

What's Changed


GET /crypto/certificatekeypairs/{kp_uuid}/
Return Type:

Changed response : 200 OK

  • Changed content type : application/json

    • Changed property managed (string)

      Objects that are managed by authentik. These objects are created and updated automatically. This flag only indicates that an object can be overwritten by migrations. You can still modify the objects via the API, but expect changes to be overwritten in a later update.

PUT /crypto/certificatekeypairs/{kp_uuid}/
Return Type:

Changed response : 200 OK

  • Changed content type : application/json

    • Changed property managed (string)

      Objects that are managed by authentik. These objects are created and updated automatically. This flag only indicates that an object can be overwritten by migrations. You can still modify the objects via the API, but expect changes to be overwritten in a later update.

PATCH /crypto/certificatekeypairs/{kp_uuid}/
Return Type:

Changed response : 200 OK

  • Changed content type : application/json

    • Changed property managed (string)

      Objects that are managed by authentik. These objects are created and updated automatically. This flag only indicates that an object can be overwritten by migrations. You can still modify the objects via the API, but expect changes to be overwritten in a later update.

POST /crypto/certificatekeypairs/generate/
Return Type:

Changed response : 200 OK

  • Changed content type : application/json

    • Changed property managed (string)

      Objects that are managed by authentik. These objects are created and updated automatically. This flag only indicates that an object can be overwritten by migrations. You can still modify the objects via the API, but expect changes to be overwritten in a later update.

GET /propertymappings/all/{pm_uuid}/
Return Type:

Changed response : 200 OK

  • Changed content type : application/json

    • Changed property managed (string)

      Objects that are managed by authentik. These objects are created and updated automatically. This flag only indicates that an object can be overwritten by migrations. You can still modify the objects via the API, but expect changes to be overwritten in a later update.

GET /propertymappings/ldap/{pm_uuid}/
Return Type:

Changed response : 200 OK

  • Changed content type : application/json

    • Changed property managed (string)

      Objects that are managed by authentik. These objects are created and updated automatically. This flag only indicates that an object can be overwritten by migrations. You can still modify the objects via the API, but expect changes to be overwritten in a later update.

PUT /propertymappings/ldap/{pm_uuid}/
Request:

Changed content type : application/json

  • Changed property managed (string)

    Objects that are managed by authentik. These objects are created and updated automatically. This flag only indicates that an object can be overwritten by migrations. You can still modify the objects via the API, but expect changes to be overwritten in a later update.

Return Type:

Changed response : 200 OK

  • Changed content type : application/json

    • Changed property managed (string)

      Objects that are managed by authentik. These objects are created and updated automatically. This flag only indicates that an object can be overwritten by migrations. You can still modify the objects via the API, but expect changes to be overwritten in a later update.

PATCH /propertymappings/ldap/{pm_uuid}/
Request:

Changed content type : application/json

  • Changed property managed (string)

    Objects that are managed by authentik. These objects are created and updated automatically. This flag only indicates that an object can be overwritten by migrations. You can still modify the objects via the API, but expect changes to be overwritten in a later update.

Return Type:

Changed response : 200 OK

  • Changed content type : application/json

    • Changed property managed (string)

      Objects that are managed by authentik. These objects are created and updated automatically. This flag only indicates that an object can be overwritten by migrations. You can still modify the objects via the API, but expect changes to be overwritten in a later update.

GET /propertymappings/saml/{pm_uuid}/
Return Type:

Changed response : 200 OK

  • Changed content type : application/json

    • Changed property managed (string)

      Objects that are managed by authentik. These objects are created and updated automatically. This flag only indicates that an object can be overwritten by migrations. You can still modify the objects via the API, but expect changes to be overwritten in a later update.

PUT /propertymappings/saml/{pm_uuid}/
Request:

Changed content type : application/json

  • Changed property managed (string)

    Objects that are managed by authentik. These objects are created and updated automatically. This flag only indicates that an object can be overwritten by migrations. You can still modify the objects via the API, but expect changes to be overwritten in a later update.

Return Type:

Changed response : 200 OK

  • Changed content type : application/json

    • Changed property managed (string)

      Objects that are managed by authentik. These objects are created and updated automatically. This flag only indicates that an object can be overwritten by migrations. You can still modify the objects via the API, but expect changes to be overwritten in a later update.

PATCH /propertymappings/saml/{pm_uuid}/
Request:

Changed content type : application/json

  • Changed property managed (string)

    Objects that are managed by authentik. These objects are created and updated automatically. This flag only indicates that an object can be overwritten by migrations. You can still modify the objects via the API, but expect changes to be overwritten in a later update.

Return Type:

Changed response : 200 OK

  • Changed content type : application/json

    • Changed property managed (string)

      Objects that are managed by authentik. These objects are created and updated automatically. This flag only indicates that an object can be overwritten by migrations. You can still modify the objects via the API, but expect changes to be overwritten in a later update.

GET /propertymappings/scim/{pm_uuid}/
Return Type:

Changed response : 200 OK

  • Changed content type : application/json

    • Changed property managed (string)

      Objects that are managed by authentik. These objects are created and updated automatically. This flag only indicates that an object can be overwritten by migrations. You can still modify the objects via the API, but expect changes to be overwritten in a later update.

PUT /propertymappings/scim/{pm_uuid}/
Request:

Changed content type : application/json

  • Changed property managed (string)

    Objects that are managed by authentik. These objects are created and updated automatically. This flag only indicates that an object can be overwritten by migrations. You can still modify the objects via the API, but expect changes to be overwritten in a later update.

Return Type:

Changed response : 200 OK

  • Changed content type : application/json

    • Changed property managed (string)

      Objects that are managed by authentik. These objects are created and updated automatically. This flag only indicates that an object can be overwritten by migrations. You can still modify the objects via the API, but expect changes to be overwritten in a later update.

PATCH /propertymappings/scim/{pm_uuid}/
Request:

Changed content type : application/json

  • Changed property managed (string)

    Objects that are managed by authentik. These objects are created and updated automatically. This flag only indicates that an object can be overwritten by migrations. You can still modify the objects via the API, but expect changes to be overwritten in a later update.

Return Type:

Changed response : 200 OK

  • Changed content type : application/json

    • Changed property managed (string)

      Objects that are managed by authentik. These objects are created and updated automatically. This flag only indicates that an object can be overwritten by migrations. You can still modify the objects via the API, but expect changes to be overwritten in a later update.

GET /propertymappings/scope/{pm_uuid}/
Return Type:

Changed response : 200 OK

  • Changed content type : application/json

    • Changed property managed (string)

      Objects that are managed by authentik. These objects are created and updated automatically. This flag only indicates that an object can be overwritten by migrations. You can still modify the objects via the API, but expect changes to be overwritten in a later update.

PUT /propertymappings/scope/{pm_uuid}/
Request:

Changed content type : application/json

  • Changed property managed (string)

    Objects that are managed by authentik. These objects are created and updated automatically. This flag only indicates that an object can be overwritten by migrations. You can still modify the objects via the API, but expect changes to be overwritten in a later update.

Return Type:

Changed response : 200 OK

  • Changed content type : application/json

    • Changed property managed (string)

      Objects that are managed by authentik. These objects are created and updated automatically. This flag only indicates that a...

Read more

v3.2023041.10

09 May 03:49
Compare
Choose a tag to compare
Update API Client