You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Mar 27, 2024. It is now read-only.
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.
Description
Description of the endpoint
admin.users.invite
does not mention the existence of theemail_password_policy_enabled
parameter, which is actually documented in the API.Possible solution
What type of issue is this? (place an
x
in one of the[ ]
)Requirements (place an
x
in each of the[ ]
)The text was updated successfully, but these errors were encountered: