Skip to content

Add password to Application #87

Discussion options

You must be logged in to vote

I tried using the Graph Explorer, so, if secretText is set in the request body, it throws an error saying:

{
    "error": {
        "code": "Request_BadRequest",
        "message": "The password value is automatically generated and should not be specified.",
        "innerError": {
            "date": "2022-02-25T15:51:59",
            "request-id": "d2e47cef-edd0-4bed-85ab-921469c2cc37",
            "client-request-id": "2c3bfc3b-64ab-a9d4-9481-a9622492291d"
        }
    }
}

The request body that works is:

{
    "passwordCredential": {
        "displayName": "Password friendly name",
        "endDateTime": "2024-02-25T15:50:40.4213847Z",
        "startDateTime": "2022-02-25T15:50:40.42…

Replies: 3 comments 3 replies

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
3 replies
@baywet
Comment options

baywet Feb 25, 2022
Collaborator

@collin-catalogic
Comment options

@baywet
Comment options

baywet Feb 28, 2022
Collaborator

Answer selected by baywet
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants