Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

SCIM2 User Creation Payload #21643

Open
Dinithi-Hasanika opened this issue Nov 8, 2024 · 0 comments
Open

SCIM2 User Creation Payload #21643

Dinithi-Hasanika opened this issue Nov 8, 2024 · 0 comments

Comments

@Dinithi-Hasanika
Copy link

Is your suggestion related to a missing or misleading document? Please describe.

SCIM2 Create Users API documentation [1] should include more details about creating the payload correctly.

Describe the improvement

  1. The documentation should include a clear explanation of the attributes in the example payload.
  2. Additionally, it would be beneficial if it described the relationship with SCIM 2.0 attributes in [2], allowing users to add attributes to the payload according to their requirements and available mappings.
  3. For the email attribute, it should explain when to use the type attribute.
"emails": [
  {
    "value": "[email protected]",
  },
  {
    "type": "work",
    "value": "[email protected]"
  }
]

[1] - https://is.docs.wso2.com/en/latest/apis/organization-apis/scim2/scim2-org-user-mgt/#tag/Users-Endpoint/operation/createUser

[2] - https://is.docs.wso2.com/en/latest/guides/users/attributes/manage-scim2-attribute-mappings/#view-scim-20-attributes

Optional Fields

Additional context

Related Issues:

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant