mirror of
https://github.com/IT4Change/gradido.git
synced 2025-12-13 07:45:54 +00:00
update doc
This commit is contained in:
parent
cc8a4fcd5b
commit
348ece411a
@ -593,3 +593,29 @@ or:
|
||||
"msg": "session not found"
|
||||
}
|
||||
```
|
||||
|
||||
## Check if User has an Elopage Account
|
||||
Check if logged in user has already an elopage account
|
||||
|
||||
### Request
|
||||
`GET http://localhost/login_api/hasElopage?session_id=-127182`
|
||||
|
||||
### Response
|
||||
In case of success returns:
|
||||
|
||||
```json
|
||||
{
|
||||
"state":"success",
|
||||
"hasElopage": true
|
||||
}
|
||||
```
|
||||
|
||||
or:
|
||||
|
||||
```json
|
||||
{
|
||||
"state":"not found",
|
||||
"msg": "session not found"
|
||||
}
|
||||
```
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user