Skip to content
This repository has been archived by the owner on Mar 27, 2024. It is now read-only.

Missing email_password_policy_enabled in admin.users.invite parameters #71

Open
4 of 9 tasks
Shivoham opened this issue Dec 15, 2022 · 0 comments
Open
4 of 9 tasks

Comments

@Shivoham
Copy link

Description

Description of the endpoint admin.users.invite does not mention the existence of the email_password_policy_enabled parameter, which is actually documented in the API.

Possible solution

        "/admin.users.invite": {
            "post": {
                "consumes": [
                    "application/x-www-form-urlencoded",
                    "application/json"
                ],
                "description": "Invite a user to a workspace.",
                "externalDocs": {
                    "description": "API method documentation",
                    "url": "https://api.slack.com/methods/admin.users.invite"
                },
                "operationId": "admin_users_invite",
                "parameters": [
                   # ...
                   # existing parameters
                   # ...
                   {
                        "description": "Allow invited user to sign in via email and password. Only available for Enterprise Grid teams via admin invite.",
                        "in": "formData",
                        "name": "email_password_policy_enabled",
                        "type": "boolean"
                    },

What type of issue is this? (place an x in one of the [ ])

  • bug
  • enhancement (feature request)
  • question
  • documentation related
  • testing related
  • discussion

Requirements (place an x in each of the [ ])

  • I've read and understood the Contributing guidelines and have done my best effort to follow them.
  • I've read and agree to the Code of Conduct.
  • I've searched for any related issues and avoided creating a duplicate issue.
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant